home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / icochz12.zip / ICO-CHZ.DOC < prev    next >
Text File  |  1991-07-17  |  17KB  |  424 lines

  1.  
  2.  
  3.  
  4.  
  5.                              Icon Chooser v1.2
  6.  
  7.                            Released July 17, 1991
  8.  
  9.  
  10.  
  11.  
  12.                               _______
  13.                          ____|__     |               (tm)
  14.                       --|       |    |-------------------
  15.                         |   ____|__  |  Association of
  16.                         |  |       |_|  Shareware
  17.                         |__|   o   |    Professionals
  18.                       -----|   |   |---------------------
  19.                            |___|___|    MEMBER
  20.  
  21.  
  22.  
  23.  
  24.                      Written by Keith Ledbetter
  25.                                 4240 Ketcham Drive
  26.                                 Chesterfield, VA  23832
  27.                                 (804) 674-0780
  28.                                 (6:00pm - 10:00pm Eastern Time)
  29.  
  30.  
  31.                     Tech Support BBS:   Blue Ridge Express
  32.                                         804-790-1675
  33.                                         30 Phone Lines (2400 bd)
  34.                                         Sub-board KEITHL
  35.                                         ("J KEITHL")
  36.  
  37.  
  38.                     Electronic mail on GEnie     : ORION.MICRO
  39.                                        CompuServe: 72240,1221
  40.                                        BIX       : kledbetter
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.      Program and Documentation are Copyright (c) 1991 by Keith Ledbetter.
  48.                              All rights reserved.
  49.  
  50.  
  51.  
  52.  
  53.   Portions (c) Microsoft Corporation.  Chooser was written with Visual BASIC.
  54.  
  55.  
  56.                                Icon Chooser                         Page 1
  57.  
  58.  
  59. About the Program
  60.  
  61.  
  62.  
  63.  
  64.    If you are a regular Windows user, then you have no doubt had to struggle
  65. to keep up with the multitude of icons (.ICO files) available today.  The
  66. Icon Chooser is my solution to the problem.   The Chooser makes manipulation
  67. of icons easy; you can easily categorize, delete, and choose icons from up to
  68. twelve different categories with intuitive drag-and-drop operations.
  69.  
  70.  
  71.    The Chooser works by keeping a master directory on your hard drive named
  72. \CHOOSER\.   There are twelve subdirectories under \CHOOSER\ which are
  73. named as followed:
  74.  
  75.          APPS              application icons
  76.          BUSINESS          business icons
  77.          BUTTONS           buttons (for programmers)
  78.          CARTOONS          cartoons (how many Bart Simpsons do you have?)
  79.          COMM              communications
  80.          DOCS              documents
  81.          DOS               DOS-based icons
  82.          GAMES             the all-important games!
  83.          HARDWARE          hardware icons
  84.          SPORTS            sports icons
  85.          TOOLS             tools, utilities, etc.
  86.          OTHERS            a catch-all for all other icons
  87.  
  88.                                Icon Chooser                         Page 2
  89.  
  90.  
  91. Installing the Chooser
  92.  
  93.  
  94.  
  95.    To use the Icon Chooser, you MUST have a copy of the Visual BASIC runtime
  96. library, which is named VBRUN100.DLL.   This file is readily available on
  97. most BBS's.  If you can't find it on your favorite BBS system, you can
  98. download it from CompuServe's MSLANG forum, Library #6.  Once you download
  99. the VB runtime library, simply copy the VBRUN100.DLL file to your \WINDOWS\
  100. directory.
  101.  
  102.    To install the Icon Chooser, copy the ICO-CHZ.EXE file to the directory
  103. of your choice (I keep it in the \WINDOWS\ directory).   Then, install it
  104. into the program manager like you would any other Windows program.  Next,
  105. double-click on the Icon Chooser icon to load the program.
  106.  
  107.    The first time you execute the Icon Chooser, you will be presented with
  108. an "installation" screen.   All you need to do here is to tell the Chooser
  109. which drive you'd like it to create the above directory structure on.  Once
  110. you choose the drive letter and press the "Continue" button, the Chooser
  111. will do two things:
  112.  
  113.               1)   It will create the CHOOSER directory structure on
  114.                    the drive you selected.
  115.  
  116.               2)   It will modify your WIN.INI file to add the
  117.                    [Icon Chooser] section to the system.
  118.  
  119.  
  120.    At this point, you will be presented with the Chooser's main screen.
  121. But, we can't do much at this point because none of your .ICO files are
  122. located in the new directory structure.   You need to exit the Chooser
  123. and go to DOS so we can move your icon files to where the Chooser expects
  124. them to be.
  125.  
  126.    The easiest way to get going with the Chooser is to copy all of your
  127. .ICO files into one of the Chooser directories.  I normally use the
  128. "business" directory.   Once all of your icons are in this directory, you
  129. can then easily move them to the other categories with the Chooser.  If
  130. all of your .ICO files are currently in one directory, you can accomplish
  131. this with the command:
  132.  
  133.                  COPY *.ICO x:\CHOOSER\BUSINESS
  134.  
  135. where x: is the drive letter you told the Icon Chooser when you installed.
  136. If your .ICO files are straying around all over your hard drive, then you
  137. could use my SST (Supersonic Search Tool) program to hunt them down and
  138. move them into the business directory.
  139.  
  140.                                Icon Chooser                         Page 3
  141.  
  142.  
  143. Using the Icon Chooser
  144.  
  145.  
  146.  
  147.    Now we're ready to get down to business!   After you've moved all of your
  148. .ICO files into the \business\ subdirectory, re-run Windows and open up the
  149. Icon Chooser.   Double-click on the "Business" folder and you'll now see all
  150. of your icon files in the scrollable display area (I told you this would be
  151. fun!).
  152.  
  153.  
  154. The "Options" menu
  155. ------------------
  156.  
  157.    Before we get started, let's cover the "Options" menu.  You find two
  158. important items under this menu:  "Check Icon Integrity" and "Verify
  159. Deletes".
  160.  
  161.    The "Check Icon Integrity" is the most important thing to cover.  There
  162. is a serious problem with Windows in that attempting to load an "illegal"
  163. icon normally results in the program terminating with a UAE ("Unrecoverable
  164. Application Error").  If you turn on the "Check Icon Integrity" option, the
  165. Chooser will actually read in EVERY SINGLE ICON and check its header to make
  166. sure that it looks like a valid icon.   Any icon that the Chooser thinks is
  167. invalid will be displayed as a totally black box.  When you first start
  168. using the Chooser, you should keep this option turned ON until you've
  169. deleted all of the "totally black" icons.   Once you're assured that all of
  170. your icon files are valid, you should turn off the "Check Icon Integrity"
  171. switch.   Turning this switch off greatly speeds up the Chooser's performance.
  172. If you ever get an "Unrecoverable Application Error" while paging through
  173. your icons, simply run the Chooser again with the integrity check turned
  174. on and look for the all-black icons, and then drag them to the trash can.
  175.  
  176.    The "Verify Deletes" option does exactly what it says -- when you drag
  177. an Icon to the trash can, the Chooser will ask you to verify the deletion if
  178. this menu item is checked.
  179.  
  180.  
  181. To move an Icon
  182. ---------------
  183.  
  184.    To start categorizing your Icons, you'll want to use the Chooser "move"
  185. function.   All you need to do to move an icon to another category is to
  186. grab (click and hold the left mouse button) and then drag it on top of the
  187. folder you want to move it into.  When you are "over" a valid target folder,
  188. you'll notice that the target folder is outlined and highlighted.
  189.  
  190.  
  191.  
  192. To "Paste" an Icon
  193. ------------------
  194.  
  195.    You're probably saying to yourself "OK, so what does this buy me?".
  196. If you think about it, how does Windows 3 normally ask you for an Icon?
  197. That's right -- by the FILENAME.   That's where the Chooser really shines.
  198.  
  199.                                Icon Chooser                         Page 4
  200.  
  201.  
  202. Using the Icon Chooser
  203.  
  204.  
  205. Any time you are asked for an Icon name (for example, in the "Change icon"
  206. dialog box in the Program Manager), you can simply open up the Chooser,
  207. find the icon you want, and the drag it to the "Clipboard" icon.  This will
  208. copy the FILENAME of the icon to the Windows Clipboard.   Then you just
  209. return to your text input box, press SHIFT-INSERT, and t